[NSCFArray row]: unrecognized selector sent to instance 0x3953a20

Posted by Nick Dima on Stack Overflow See other posts from Stack Overflow or by Nick Dima
Published on 2010-06-17T17:51:44Z Indexed on 2010/06/17 18:13 UTC
Read the original article Hit count: 261

Filed under:
|

I get a crash with this console message:

Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '* -[NSCFArray row]: unrecognized selector sent to instance 0x3953a20'

This happens when I scroll trough a table that gets its data from an array of dictionaries.

© Stack Overflow or respective owner

Related posts about iphone

Related posts about objective-c